home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / soft / development / Macromedia RoboHelp X5 / RoboHelpOffice.exe / Data1.cab / _8617C2135BF74F1CA8035FEA59C7A85D < prev    next >
Encoding:
Text File  |  2003-07-17  |  3.0 KB  |  79 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3.     <head>
  4.         <link rel="shortcut icon" href="wf_favicon.ico">
  5.         <title><!--% WH_PROJECT_TITLE %--></title> 
  6.         <!--% FH_PROJECT_METATAGS %-->
  7.         <script language="javascript1.2" src="<!--%SF_VERSION_JS%-->"></script>
  8.         <script language="javascript1.2" src="<!--%SF_UTILS_JS%-->"></script>
  9.         <script language="javascript1.2" src="<!--%WFT_STARTPAGE_JS%-->"></script>
  10.         <script language="javascript1.2" src="<!--%WFT_DISPATCHER_JS%-->"></script>
  11.         <script language="VBScript" src="<!--%WFT_DISPATCHER_VBS%-->"></script>
  12.         <script language="JavaScript">
  13.             var sContentPage = "<!--%WFT_VERTICAL_STARTFS_PAGE%-->";
  14.             var sAltPage = "<!--%SF_NOSCRIPT_HOME_HTM%-->";
  15.             var sInstallPage = "<!--%WFT_FLASH_INSTALL%-->";
  16.             var sUpgradePage = "<!--%WFT_FLASH_UPGRADE%-->";
  17.             var sCheckPage = "<!--%WFT_CHECK_FLASH_VERSION%-->";
  18.             
  19.             var sStart = MM_FlashDispatch(
  20.                          "6.0",                    // version of Flash used to create content
  21.                          false,                    // require latest rev. of plug-in
  22.                          !MM_FlashUserDemurred(),// try to install if user hasn't said "don't ask again"
  23.                          false,                    // Override the sniffer's plug-in page? No.
  24.                          false                    // Disable auto-install? No.
  25.                          );
  26.             if (sStart == "alt") {
  27.                 
  28.                 location.replace(sAltPage); // go to the plain HTML version of the help system
  29.                 
  30.             } else if (sStart == "content") {
  31.             
  32.                 MM_FlashRememberIfDetectedSelf();
  33.                 
  34.                 // Write the regular frameset
  35.                 
  36.                 var strFrameset = "<frameset rows=\"";
  37.                 if ((gbNav4 && !gbNav6 && !gbWindows) || (gbIE4 && !gbIE5))
  38.                     {
  39.                     strFrameset += "99%";
  40.                     }
  41.                     else
  42.                     {    
  43.                     strFrameset += "100%";
  44.                     }
  45.                 strFrameset += ", *\" frameborder=\"0\" onload=\"Loaded();\" borderspace=\"0\" BORDER=\"0\">";
  46.                 strFrameset += "<frame name=\"Content\" noresize=\"yes\" id=\"Content\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" src=\"wf_vcontentfs.htm\" />";
  47.                 strFrameset += "<frame name=\"comm\" noresize=\"yes\" id=\"comm\"  frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" src=\"wf_comm.htm\" />";
  48.                 strFrameset += "</frameset>";
  49.                 document.write(strFrameset);
  50.                 if (gbNav)
  51.                 {
  52.                     window.onload = CheckFrameRendered;
  53.                     window.onresize = CheckFrameRendered;
  54.                 }
  55.                 
  56.             } else if ((sStart == "install") && (!MM_FlashUserDemurred())) {
  57.             
  58.                 location.replace(sInstallPage); // Go to the "install" page
  59.                 
  60.             } else if ((sStart == "upgrade") && (!MM_FlashUserDemurred())) {
  61.  
  62.                 location.replace(sUpgradePage); // Go to the "upgrade" page
  63.                 
  64.             } else if (sStart == "auto") {
  65.             
  66.                 location.replace(sCheckPage + "?" + sContentPage + "|" + sAltPage);
  67.                 
  68.             } else if (MM_FlashUserDemurred()) {
  69.  
  70.                 location.replace(sAltPage); // go to the plain HTML version of the help system
  71.             }
  72.         </script>
  73.     </head>
  74.     <frameset cols="100%,*" frameborder="no" border="0">
  75.         <frame src="wf_njs.htm">
  76.         <frame>
  77.     </frameset>
  78. </html>
  79.